testing.common.log (method)

9 uses

	testing (current package)
		testing.go#L1019: func (c *common) log(s string) {
		testing.go#L1180: 	c.log(fmt.Sprintln(args...))
		testing.go#L1191: 	c.log(fmt.Sprintf(format, args...))
		testing.go#L1197: 	c.log(fmt.Sprintln(args...))
		testing.go#L1204: 	c.log(fmt.Sprintf(format, args...))
		testing.go#L1211: 	c.log(fmt.Sprintln(args...))
		testing.go#L1218: 	c.log(fmt.Sprintf(format, args...))
		testing.go#L1225: 	c.log(fmt.Sprintln(args...))
		testing.go#L1232: 	c.log(fmt.Sprintf(format, args...))